home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 12 / Mac Magazin and MacEasy Magazine CD - Issue 12.iso / Sharewarebibliothek / DFÜ / Internet / HTML Web Weaver / HTML Web Weaver 2.5.2 / HTML Web Weaver 2.5.2.rsrc / STR#_564.txt < prev    next >
Text File  |  1995-07-03  |  1KB  |  32 lines

  1. Adds the created form to the current document.
  2.  
  3. Cancels the creation of the form.
  4.  
  5. Deletes the currently selected item of the form.
  6.  
  7. Allows you to re-edit the currently selected item of the form.
  8.  
  9. Moves the currently selected item
  10. of the form down one notch.
  11.  
  12. Moves the currently selected item of the form up one notch.
  13.  
  14. When checked, a default button for submitting the form will be added to your form.
  15.  
  16. Inserts a 'TextArea Tag' which is an editable multiline text field of custom size.
  17.  
  18. Inserts a 'Select Tag' which is acts much like a pop-up menu.
  19.  
  20. Inserts a 'Input Tag' which includes such window items as text fields, radio buttons, checkboxes, and buttons.
  21.  
  22. This specifies the encoding for the form's contents.
  23.  
  24. This is the method used to submit the form to a server.
  25. Get - causes the form's contents to be appended as if they were a normal query.
  26. Post - causes the form's contents to be sent to the server in a data body rather than as part of a URL. 
  27.  
  28. Action is the URL of the query server to which the form contents will be submitted.
  29.  
  30. This is the list of the items in your forms tag. (ie. text fields, buttons, radio buttons, etc.).
  31.  
  32.